home *** CD-ROM | disk | FTP | other *** search
- on about
- global status
- eracemenudownbutton()
- stopqt()
- set status to "about"
- puppetSprite(19, 1)
- set the type of sprite 19 to 1
- set the ink of sprite 19 to 0
- set the foreColor of sprite 19 to 255
- set the backColor of sprite 19 to 0
- set the castNum of sprite 19 to the number of member "about"
- set the locH of sprite 19 to 320
- set the locV of sprite 19 to 180
- updateStage()
- end
-
- on exitalart
- global status
- eracemenudownbutton()
- stopqt()
- set status to "exitAlart"
- puppetSprite(19, 1)
- set the type of sprite 19 to 1
- set the ink of sprite 19 to 0
- set the foreColor of sprite 19 to 255
- set the backColor of sprite 19 to 0
- set the castNum of sprite 19 to the number of member "exitDialog"
- set the locH of sprite 19 to 320
- set the locV of sprite 19 to 240
- updateStage()
- puppetSprite(20, 1)
- set the type of sprite 20 to 1
- set the ink of sprite 20 to 0
- set the foreColor of sprite 20 to 255
- set the backColor of sprite 20 to 0
- set the castNum of sprite 20 to the number of member "cancel,up"
- set the locH of sprite 20 to 192
- set the locV of sprite 20 to 251
- updateStage()
- puppetSprite(21, 1)
- set the type of sprite 21 to 1
- set the ink of sprite 21 to 0
- set the foreColor of sprite 21 to 255
- set the backColor of sprite 21 to 0
- set the castNum of sprite 21 to the number of member "yes,up"
- set the locH of sprite 21 to 322
- set the locV of sprite 21 to 251
- updateStage()
- end
-
- on helpmenu
- global status
- eracemenudownbutton()
- stopqt()
- set status to "helpMenu"
- puppetSprite(19, 1)
- set the type of sprite 19 to 1
- set the ink of sprite 19 to 0
- set the foreColor of sprite 19 to 255
- set the backColor of sprite 19 to 0
- set the castNum of sprite 19 to the number of member "help1"
- set the locH of sprite 19 to 320
- set the locV of sprite 19 to 251
- updateStage()
- puppetSprite(22, 1)
- set the type of sprite 22 to 1
- set the ink of sprite 22 to 0
- set the foreColor of sprite 22 to 255
- set the backColor of sprite 22 to 0
- set the castNum of sprite 22 to the number of member "closeHelp,up"
- set the locH of sprite 22 to 42
- set the locV of sprite 22 to 32
- updateStage()
- end
-
- on stopqt
- global selectedvideonum, videotime
- if (selectedvideonum = 0) or (selectedvideonum = "0V") or (selectedvideonum = "0P") then
- exit
- end if
- puppetSprite(15, 1)
- updateStage()
- set the movieRate of sprite 15 to 0
- set videotime to the movieTime of sprite 15
- updateStage()
- set the type of sprite 15 to 0
- updateStage()
- end
-
- on playqt
- global selectedvideonum, videotime
- if (selectedvideonum = 0) or (selectedvideonum = "0V") or (selectedvideonum = "0P") then
- exit
- end if
- set n to char 2 of string(selectedvideonum)
- go(n)
- end
-
- on recoveryqt
- global selectedvideonum, videotime
- puppetSprite(15, 1)
- set the type of sprite 15 to 16
- updateStage()
- set the movieTime of sprite 15 to videotime
- updateStage()
- end
-